A pack of rifle-centric tactical animations. Stuff for settinp stacks on doors as well as high-lows and a relaxed stance.

Don't forget to read the readme for the favoriteAnims.xml line. It's necessary to add.

Place this line into FavoriteAnims.xml in your menyooStuff folder.

	<Anim dict="anim@fog_rifle_relaxed" name="rifle_relaxed_clip" />
	<Anim dict="anim@stack_pointman" name="pointman_clip" />
	<Anim dict="anim@stack_two_man" name="two_man_clip" />
	<Anim dict="anim@stack_three_man" name="three_man_clip" />
	<Anim dict="anim@highlow_low_lean" name="low_lean_clip" />
	<Anim dict="anim@highlow_high_lean" name="high_lean_clip" />


Install using Jennie's Custom Anims mod. Get it here:
https://www.gta5-mods.com/misc/custom-animations-add-on-customanims

Make sure you follow their guidelines on how to install that mod properly and how to install animations using it.



FOR DPEMOTES USERS ON FIVEM: 


Place the ycd files into this folder:

resources/dpemotes-master/streams

Then copy this line into your AnimationList.lua (I don't currently know how to make it spawn props, so that'll be up to you)

["riflerelax"] = {"anim@fog_rifle_relaxed", "rifle_relaxed_clip", "Relaxed With Rifle (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["stack1"] = {"anim@stack_pointman", "pointman_clip", "Stack Formation Pointman (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["stack2"] = {"anim@stack_two_man", "two_man_clip", "Stack Formation 2nd Man (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["stack3"] = {"anim@stack_three_man", "three_man_clip", "Stack Formation Door (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["highlow1"] = {"anim@highlow_low_lean", "low_lean_clip", "High-Low Low Stance (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["highlow2"] = {"anim@highlow_high_lean", "high_lean_clip", "High-Low High Stance (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},
